Match Windows 11 type ramp in settings and menus#152
Merged
Conversation
The Fluent redesign left text one step under the WinUI ramp it imitates: menus were 12px where Win11 flyouts use 14px (and where the pre-redesign system menus were 13px), body text was 13px against WinUI's 14px, and captions sat at 11-11.5px below the ramp's 12px floor. On scaled screens the whole window read smaller than v5.4.0 and out of place next to native Win11 surfaces. Adopt the ramp: 14px body (window base, menus, sidebar nav, menu glyphs) and 12px captions (descriptions, preset examples, editor eyebrows, sidebar tool descriptions). Headers were already BodyStrong (14 SemiBold) and the title 20, matching Subtitle.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Text in the settings window and context menus reads smaller than before the Fluent redesign, especially on scaled screens, and sits one step under the Windows 11 type ramp the design imitates. Measured against a stock machine:
SystemFonts.MenuFontSize(12-13px, tracks OS text size)SystemFonts.MessageFontSize(12-13px)So menus genuinely shrank vs v5.4.0, and everything is 1px under the WinUI ramp, which is exactly the "slightly too small, out of place next to real Win11 surfaces" impression.